home *** CD-ROM | disk | FTP | other *** search
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
- /* */
- /* Prototype HP15C Calculator */
- /* James C. Ullrey */
- /* INRESCO */
- /* © 1990 */
- /* Version 13.97a */
- /* */
- /* TRICK SEGMENT */
- /* */
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
-
-
- #define _DECLAIR
-
- /*****************************************************************/
- /* I N C L U D E S
- /*****************************************************************/
-
-
-
- #ifndef __C14__
- #include "PredatorPrey.h"
- #endif
- #include "Globals.h"
- #include "trick.h"
-
- /*****************************************************************/
- /* P R O T O T Y P E S
- /*****************************************************************/
-
-
-
- /*****************************************************************/
- /*****************************************************************/
- /*
- /* R O U T I N E S
- /*
- /*****************************************************************/
- /*****************************************************************/
-
-
- void trick_seg() {} /* for reference in "UnloadSeg()" calls */
-
-